home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / fuse.zip / FUSE.DEF < prev    next >
Text File  |  1990-06-08  |  199b  |  17 lines

  1. NAME Fuse
  2.  
  3. DESCRIPTION 'A fuse program'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7. STUB 'c:\win\winstub.exe'
  8.  
  9. CODE    MOVEABLE
  10. DATA    MOVEABLE MULTIPLE
  11.  
  12. HEAPSIZE  4096
  13. STACKSIZE 4096
  14.  
  15. EXPORTS
  16.         MyProc
  17.